From c0934fb8a142cc4312adcf758347af134314b9fe Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Sat, 8 Mar 2014 00:57:17 +0000 Subject: [PATCH] netpipe: make sure we pass our CFLAGS Signed-off-by: Florian Fainelli SVN-Revision: 39816 --- net/netpipe/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/net/netpipe/Makefile b/net/netpipe/Makefile index 81d27125b..daa213cb9 100644 --- a/net/netpipe/Makefile +++ b/net/netpipe/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006 OpenWrt.org +# Copyright (C) 2006-2014 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=netpipe PKG_VERSION:=3.7.1 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=NetPIPE-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.scl.ameslab.gov/netpipe/code @@ -41,6 +41,9 @@ endef define Build/Configure endef +MAKE_FLAGS += \ + $(TARGET_CONFIGURE_OPTS) + define Package/netpipe/install $(INSTALL_DIR) $(1)/usr/bin $(INSTALL_BIN) $(PKG_BUILD_DIR)/NPtcp $(1)/usr/bin/ -- 2.30.2